home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / tbbs / textr12.zip / TEXTREAD.DOC next >
Text File  |  1996-06-03  |  2KB  |  49 lines

  1.  
  2.  
  3.                              TextRead v1.2
  4.  
  5.  
  6.                    TDBS Enhanced Text Reading Utility
  7.  
  8.  
  9.         Revision 1.0
  10.         Written by Alan D. Bryant
  11.         for eSoft, Inc.
  12.         - included with TDBS to illustrate techniques.
  13.  
  14.         Revision 1.1
  15.         Modified by Tom Whittenburg, The Burg Board System
  16.         for public release
  17.         - updated to include support for non-ansi callers
  18.  
  19.         Revision 1.2
  20.         Modified by Jace Carlson, CStar Online
  21.         for public release
  22.         - updated to provide for increased error checking and cleanup
  23.           and to demonstrateas modular programming design
  24.  
  25.         =============================================================
  26.  
  27.  
  28.         TextRead was one of the sample programs that was included with
  29.         TDBS v1.2.
  30.  
  31.         It is basically an enhanced replacement for a TBBS type 1
  32.         command.  With this version, ANSI emulation is longer required.
  33.  
  34.         It displays a text file one page at a time, and allows the user
  35.         to move forward and backward in the file, reporting a "% done"
  36.         count.  Users can also download the file at any time while
  37.         viewing it.
  38.  
  39.         Install TextRead like you would any other TDBS program.  The
  40.         OptData needs to reference the name of the text file you want to
  41.         display.  An example OptData follows:
  42.  
  43.         Opt Data=C:\TBBS\TEXT\TEXTREAD /Q && C:\TBBS\FILE\MYFILE.TXT
  44.  
  45.         Please not that the double ampersand (&&) separates the name of
  46.         the TDBS program and TDBS switches from the name of the text
  47.         file you want to display.
  48.  
  49.